ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. video training
    Log in to post
    • All categories
    • steveS

      Assigning IPv6 Addresses - CompTIA Network+ N10-007 Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training ipv6 networking network+ comptia certification prof messer it training video training it career youtube
      2
      2 Votes
      2 Posts
      680 Views
      melvinsilvaM

      Interesting.

    • steveS

      Assigning IPv4 Addresses - CompTIA Network+ N10-007 Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training ipv4 networking comptia certification network+ prof messer youtube video training it career it training
      1
      2 Votes
      1 Posts
      342 Views
      No one has replied
    • steveS

      Seven Second Subnetting Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training networking subnet subnetting prof messer youtube it training video training it career
      1
      2 Votes
      1 Posts
      362 Views
      No one has replied
    • steveS

      Calculating IPv4 Subnets and Hosts - CompTIA Network+ N10-007 Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training ipv4 networking subnet subnetting comptia network+ prof messer youtube it training video training it career certification
      1
      3 Votes
      1 Posts
      385 Views
      No one has replied
    • steveS

      IPv6 Subnet Masks - CompTIA Network+ N10-007 Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training networking certification prof messer youtube ipv6 subnet subnetting it training it career video training comptia network+
      19
      2 Votes
      19 Posts
      1k Views
      scottalanmillerS

      @Dashrender said in IPv6 Subnet Masks - CompTIA Network+ N10-007 Prof. Messer:

      It's absolutely true that IPv6 gives us billions and billions of small networks worth of IPs(each of those smalls being likely larger than the full IPv4)

      Right, both are just a flexible pool. One is just way, way bigger.

    • steveS

      IPv4 Subnet Masks - CompTIA Network+ N10-007 Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training ipv4 networking prof messer comptia certification network+ youtube video training it training it career subnet subnetting
      8
      2 Votes
      8 Posts
      893 Views
      maryM

      @scottalanmiller exactly what I was looking for!

    • steveS

      Classful Subnetting - CompTIA Network+ N10-007 Prof. Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training comptia network+ networking prof messer youtube video training it training it career subnetting subnet
      6
      2 Votes
      6 Posts
      607 Views
      JaredBuschJ

      @Dashrender said in Classful Subnetting - CompTIA Network+ N10-007 Prof. Messer:

      they aren't something that's really in use anymore,

      Since the 90's......
      CIDR was introduced in 1993
      https://en.wikipedia.org/wiki/Classful_network

    • steveS

      IPv4 Addresses - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training ipv4 networking network+ comptia certification prof messer youtube it career it training video training
      4
      2 Votes
      4 Posts
      520 Views
      JaredBuschJ

      That said, there are 3 networks designed per the RFC to never be routed across the public internet.

      10.0.0.0/8 172.16.0.0/12 192.168.0.0/16

      You design your local networks to use addresses within one of these ranges.

      I'm sure there is a video for this.

    • steveS

      Binary Math - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training binary comptia network+ networking prof messer youtube certification it training video training it career
      4
      2 Votes
      4 Posts
      345 Views
      scottalanmillerS

      @mary said in Binary Math - CompTIA Network+ N10-007 Prof Messer:

      While the math is pretty straightforward, the why would I use this wasn't covered. How often do you use this and for what?

      Jared is correct. Basically once you understand how binary makes things work, and knowing how it works in a mask, you never use it. You won't ever need to work in binary, but knowing that it is underneath things helps make something that is super complex, trivially obvious. Basically, if you understand the binary, subnet masking is SO simple. If you don't, it seems like black magic.

    • steveS

      Software-Defined Networking - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training sdn networking network+ certification prof messer youtube video training it training it career software defined network comptia
      3
      2 Votes
      3 Posts
      600 Views
      scottalanmillerS

      @mary said in Software-Defined Networking - CompTIA Network+ N10-007 Prof Messer:

      Is there specific software that is used for creating a virtual environment?

      SDN refers to a great number of potential solutions. In most cases, it is software built into the hardware. So Cisco, Juniper, Brocade and other networking makers offer software solutions, often that have no particular name. They are just the SDN options of that gear.

      Pure software does exist and a common example of it is ZeroTier which is designed as a complete virtual networking layer on top of your physical network and has no interaction with the underlying hardware so it completely agnostic.

    • steveS

      Circuit Switching and Packet Switching - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training networking network+ prof messer youtube it career it training video training certification
      5
      2 Votes
      5 Posts
      441 Views
      scottalanmillerS

      @mary said in Circuit Switching and Packet Switching - CompTIA Network+ N10-007 Prof Messer:

      Is there anything not considered packet switching?

      Yes, the most common example is the voice network (the PSTN / Public Switched Telephone Network). It establishes a "circuit" for every call, and it is permanent until that call ends. It switches on a "call by call" basis. Every packet associated with that call takes the same path.

      It is almost always considered archaic to use circuit switching, it is rarely useful or efficient. It was popular in the "pre-data" era of networking when it was audio and video, generally analogue, going over the path rather than individual packets. Now that we have packetized data and the power to evaluate the route every packet, there is little to no purpose for circuit switching.

    • steveS

      Access Control Lists - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training prof messer networking network+ acl youtube it training it career video training
      4
      2 Votes
      4 Posts
      590 Views
      scottalanmillerS

      @mary said in Access Control Lists - CompTIA Network+ N10-007 Prof Messer:

      Is there a way to deny all incoming traffic to your firewall?

      Sure. But if you think about it, you'd absolutely never want this. This would be the same as disconnecting the network. If you wanted to do this, you would simply unplug the network instead (as that is more reliable.) The only reason to truly "deny all" is to go offline. And if you want to be offline you logically want it to be really reliable and since you'd want no traffic to make it no matter what in that situation, pulling the plug is the better choice 99.99% of the time.

    • JaredBuschJ

      Need video recording software for Fedora

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion video production video training fedora
      33
      1 Votes
      33 Posts
      3k Views
      JaredBuschJ

      @DustinB3403 said in Need video recording software for Fedora:

      I assume you're going to be looking to do production quality work with this then?

      Meh, down the road, sure. Right now, I feel it is more important to get content created in order to even get an idea on how well it will work for our goal.

      Production quality can be hired if it is found to be worth that cost.

    • steveS

      Network Address Translation - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training comptia network+ prof messer networking youtube video training it training it career nat routing firewall security
      3
      2 Votes
      3 Posts
      680 Views
      IRJI

      @mary said in Network Address Translation - CompTIA Network+ N10-007 Prof Messer:

      Is there any kind of slowdown when using just one port if you are getting a lot of traffic?

      No not really. The most commonly used ports are 80 and 443. They process quite a bit of traffic on your average workstation.

      In fact, most servers are designed to work with a single port or just a handful of ports open. For custom applications using a specific port makes it easier to troubleshoot issues and restricts non application traffic. Many apps are defaulting to 443 these days. Although, keep in mind SSL /TLS can operate on other ports.

    • steveS

      Prioritizing Traffic - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training networking prof messer comptia network+ qos ipv4 ipv6 video training it training it career youtube
      4
      2 Votes
      4 Posts
      787 Views
      melvinsilvaM

      In big companies how use VoIP for production for example, this is a most, QoS needs to be very well deployed, to improve users/clients experience using the phone.

    • steveS

      Configuring IPv6 - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training comptia prof messer network+ it training it career video training networking ipv6
      3
      2 Votes
      3 Posts
      532 Views
      DashrenderD

      @mary said in Configuring IPv6 - CompTIA Network+ N10-007 Prof Messer:

      When using ipconfig on a network I've seen the IPV4 and IPV6 addresses shown at the same workstation. Sometimes it shows IPV4 (preferred). Why is that?

      I don't have a specific reasoning - but I'm guessing it's because the computer received a DHCP reply on IPv4 - so the computer assumes that IPv4 is the primary way this network wants to communicate.

    • steveS

      IPv4 and IPv6 Addressing - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training prof messer comptia network+ certification networking ipv4 ipv6 it career it training video training youtube
      3
      2 Votes
      3 Posts
      551 Views
      travisdh1T

      @mary said in IPv4 and IPv6 Addressing - CompTIA Network+ N10-007 Prof Messer:

      If you are using :: to abbreviate sets of 2 or more zeros, how can you tell how many there are? In the example he condensed 3 sets down to ::?

      IPv6 always has 8 sets of 4 numbers for addressing. So it should be easy to figure out with a little math. IE: FABD:4976:5AC3:: would mean that 5 more sets of 4 zeros is tacked on FABD:4976:5AC3:0000:0000:0000:0000:0000

    • steveS

      Dynamic Routing Protocols - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training prof messer comptia network+ routing router dynamic routing networking it career it training video training youtube certification
      3
      2 Votes
      3 Posts
      407 Views
      melvinsilvaM

      @mary It depends of manufacturer or vendor. Now in this times everyone is using "Standard Protocols"

    • steveS

      IGP and EGP - CompTIA Network+ N10-007

      Watching Ignoring Scheduled Pinned Locked Moved Training prof messer comptia network+ networking routing router igp egp certification youtube it career it training video training
      5
      1 Votes
      5 Posts
      510 Views
      scottalanmillerS

      @melvinsilva said in IGP and EGP - CompTIA Network+ N10-007:

      @scottalanmiller I Will Add; "Only by WAN Network Administrators".

      No, internal too. In fact, most, by far, are internal. You only have a few big WAN connections with most companies. But you might have hundreds or thousands of internal routes that have to be managed.

    • steveS

      Static and Dynamic Routing - CompTIA Network+ N10-007 Prof Messer

      Watching Ignoring Scheduled Pinned Locked Moved Training prof messer comptia network+ networking routing static routing dynamic routing router video training certification it training it career youtube
      4
      2 Votes
      4 Posts
      480 Views
      melvinsilvaM

      Both required a good initial configuration, but when "issues" occurs like link flaps or ISP outage (when MPLS fails), Dynamic may affect Router performance (CPU, Memory, etc).

      Using Dynamic Routing; if you have no backup link or you dont have a proper failover configuration with correct threshold, the network updates will cause router performance degradation. It constantly will try to reach destination via default gateway.

      Using Static Routing; If you have not a recovery plan or a back door to enter the remote router, you will have zero access to that device until link or issue is restored. Packets will be forwarded to a dead route.

      For both, Initial design and configuration is the Key, when issues happens troubleshooting is a nightmare when things are not well done.

    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 3 / 7